static variables

104

static variables -

static data_type var_name = var_value;
// eg of static variable 
static int /*float, double, etc*/ star = 720; 

Comments

Submit
0 Comments